projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a6146a
)
testsuite: Bump the per-test timeout to 60s
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 28 Jun 2020 21:02:01 +0000
(17:02 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 28 Jun 2020 21:02:01 +0000
(17:02 -0400)
The bitset test has repeatedly run into the 30s timeout
in the ci, so give it some more time.
testsuite/gtk/meson.build
patch
|
blob
|
history
diff --git
a/testsuite/gtk/meson.build
b/testsuite/gtk/meson.build
index 98b05f9871d80c398f7f5b30648884c257d44bc9..5665f6d5d83c49ef07811f9e6dbc22c7366f07fc 100644
(file)
--- a/
testsuite/gtk/meson.build
+++ b/
testsuite/gtk/meson.build
@@
-119,6
+119,7
@@
foreach t : tests
test(test_name, test_exe,
args: [ '--tap', '-k' ],
protocol: 'tap',
+ timeout: 60,
env: [
'NO_AT_BRIDGE=1',
'GSK_RENDERER=cairo',